Tagged “error handling”
-
Error Handling - The Basics
A starting point to better understanding errors, exceptions, the difference between the two terms, and more.
Read Post -
Error Handling - Throw Low / Catch High Principle
How creating a singular point of error handling and avoiding intermediary catches can reduce bugs and make code more maintainable.
Read Post